home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 24
/
AMIGAplus Sonderheft 24 (2000)(Falke)(DE)[!].iso
/
PublicDomain
/
Anwendungen
/
MT-RechnungIII
/
PrintDoks
/
Lieferantenübersicht.suppri
< prev
next >
Wrap
Text File
|
1999-03-27
|
4KB
|
212 lines
3$VER: Lieferantenübersicht 1.04 (28.03.99)
%!PS-Adobe-3.0
%%Creator: Manfred Tremmel
%%CreationDate: (28.03.1999)
%%Version: 1.04
%%Title: (MT-RechnungIII - Lieferantenübersicht)
%%LanguageLevel: 2
%%DocumentMedia: A4 594 839 null () ()
%%DocumentNeededResources: font Times-Roman
%%BoundingBox: 0 0 549 839
%%EndComments
%%BeginnDefaults
%%PageMedia: A4
%%EndDefaults
%%BeginnSetup
<< /PageSize [594 839] >> setpagedevice
/PageSize [594 839] def
/DokumentRandX 54 def
/DokumentRandY 50 def
DruckrandX 720 mul 256 div /DruckrandX exch def
DruckrandY 720 mul 256 div /DruckrandY exch def
DruckrandX DokumentRandX ge
{
0 /DokumentRandX exch def
}
{
DokumentRandX DruckrandX sub /DokumentRandX exch def
} ifelse
DruckrandY DokumentRandY ge
{
PageSize 1 get /DokumentRandY exch def
}
{
PageSize 1 get DokumentRandY sub DruckrandY add /DokumentRandY exch def
} ifelse
/DokumentRandYOriginal DokumentRandY def
%%EndSetup
%%BeginnResource
/reencodedict 5 dict def
/ReEncode
{
reencodedict begin
/newencoding exch def
/newfontname exch def
/basefontname exch def
/basefontdict basefontname findfont def
/newfont basefontdict maxlength dict def
basefontdict
{ exch dup dup /FID ne exch /Encoding ne and
{ exch newfont 3 1 roll put }
{ pop pop }
ifelse
} forall
newfont /FontName newfontname put
newfont /Encoding newencoding put
newfontname newfont definefont pop
end
} def
/ISOLatin8Encoding
[
ISOLatin1Encoding 0 164 getinterval aload pop
/euro
ISOLatin1Encoding 165 91 getinterval aload pop
] def
/getfont {ISOLatin8Encoding ReEncode findfont exch scalefont def} bind def
/getsymbol {findfont exch scalefont def} bind def
%%EndResource
%% Fontpsoidoname, Fontgroesse, Realname, Programm (siehe oben)
/Times10Zeile 10 def
/Times10 Times10Zeile /OF0 /Times-Roman /OF0 getfont
/Times24Zeile 24 def
/Times24 Times24Zeile /OF0 /Times-Roman /OF0 getfont
/Seite 1 def
/SeitenNr 4 string def
%% Definition der Überschrift
/Ueberschrift
{
/BoxX1 DokumentRandX def
/BoxX2 486 def
/BoxY1 DokumentRandY 2 sub Times10Zeile sub def
/BoxY2 Times10Zeile Times10Zeile add def
0.9 setgray
BoxX1 BoxY1 BoxX2 BoxY2 rectfill
0.0 setgray
BoxX1 BoxY1 BoxX2 BoxY2 rectstroke
DokumentRandX 3 add DokumentRandY moveto
(Lief.Nr) show
DokumentRandX 50 add DokumentRandY moveto
(Firma/Name) show
DokumentRandX 200 add DokumentRandY moveto
(Straße) show
DokumentRandX 350 add DokumentRandY moveto
(Ort) show
DokumentRandY Times10Zeile sub /DokumentRandY exch def
DokumentRandX 50 add DokumentRandY moveto
(Telefon) show
DokumentRandX 200 add DokumentRandY moveto
(Fax) show
DokumentRandX 350 add DokumentRandY moveto
(E-Mail) show
DokumentRandY Times10Zeile sub 5 sub /DokumentRandY exch def
} def
%% Ausgab der Kopfdaten
Times24 setfont
DokumentRandX 100 add DokumentRandY moveto
(Lieferantenübersicht) show
DokumentRandY Times24Zeile sub Times24Zeile sub /DokumentRandY exch def
Times10 setfont
Ueberschrift
LieferantTabelle
{
80 DokumentRandY gt
{
DokumentRandX 450 add 50 moveto
(Seite: ) show
Seite SeitenNr cvs show
showpage
/DokumentRandY DokumentRandYOriginal def
Ueberschrift
Seite 1 add /Seite exch def
} if
dup 0 get
DokumentRandX 3 add DokumentRandY moveto
show
1 get
DokumentRandX 50 add DokumentRandY moveto
dup 10 get () gt
{
dup 9 get show
( ) show
dup 10 get show
}
{
dup 11 get show
} ifelse
dup 13 get
DokumentRandX 200 add DokumentRandY moveto
show
DokumentRandX 350 add DokumentRandY moveto
dup 15 get show
( ) show
dup 16 get show
DokumentRandY Times10Zeile sub /DokumentRandY exch def
dup 19 get
DokumentRandX 50 add DokumentRandY moveto
show
dup 20 get
DokumentRandX 200 add DokumentRandY moveto
show
22 get
DokumentRandX 350 add DokumentRandY moveto
show
DokumentRandY Times10Zeile sub 5 sub /DokumentRandY exch def
} forall
DokumentRandX 450 add 50 moveto
(Seite: ) show
Seite SeitenNr cvs show
showpage
%%Trailer
clear
%%EOF